projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
001697a
)
Add padding to the themingengine class.
author
Paolo Borelli
<pborelli@gnome.org>
Sat, 29 Jan 2011 13:34:29 +0000
(14:34 +0100)
committer
Paolo Borelli
<pborelli@gnome.org>
Sat, 29 Jan 2011 13:34:29 +0000
(14:34 +0100)
gtk/gtkthemingengine.h
patch
|
blob
|
history
diff --git
a/gtk/gtkthemingengine.h
b/gtk/gtkthemingengine.h
index ab90bf5a7b2392432f5e241acc611955cb9520bb..b1d4b95bb367c97d99bcaf6dd12af431180e4884 100644
(file)
--- a/
gtk/gtkthemingengine.h
+++ b/
gtk/gtkthemingengine.h
@@
-168,6
+168,9
@@
struct _GtkThemingEngineClass
GdkPixbuf * (* render_icon_pixbuf) (GtkThemingEngine *engine,
const GtkIconSource *source,
GtkIconSize size);
+
+ /*< private >*/
+ gpointer padding[16];
};
GType gtk_theming_engine_get_type (void) G_GNUC_CONST;
@@
-247,7
+250,6
@@
GtkThemingEngine * gtk_theming_engine_load (const gchar *name);
GdkScreen * gtk_theming_engine_get_screen (GtkThemingEngine *engine);
-
G_END_DECLS
#endif /* __GTK_THEMING_ENGINE_H__ */